PXC Documentation

PXC Home

Blobify

pre 1.18

Round off sharp corner in BW image by bluring and thresholding.



Node Data

Display name

Blobify

Internal name

Node_Blobify

Inheritances

Node_Processor
Node_Blobify

Inputs

Node_Blobify

surface

Surface In

bool

Active

int

Radius

float

Threshold

Outputs

Node_Blobify

surface

Surface Out

Blobify node tries to soften the sharp edge.




Algorithm


The node first blur the image by the Radius amount, then apply threshold by the Threshold value.